home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 406 b | 13 lines | [TEXT/ttxt] |
- 123.456 -123.456 +123.456
- .123 -.123 +.123
- 123. -123. +123.
- 1e6 -1e6 +1e6
- 1.e5 -1.e5 +1.e5
- 123.456e3 -123.456e3 +123.456e3
- 123.456e+3 -123.456e+3 +123.456e+3
- 123.456e-3 -123.456e-3 +123.456e-3
- .123e3 -.123e3 +.123e3
- 123e3 -123e3 +123e3
- 123abc abc123 123.abc
- "quoted string" "q string with escapes \n \t \" "
- "quoted string" 1.23e+3 100 "q string with escapes \n \t \" "200